home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
bowling.swf
/
scripts
/
DefineButton2_30
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-03-17
|
398b
|
26 lines
on(release){
nextFrame();
co_zamknac = "MDL_rej";
tellTarget("/OKNO")
{
gotoAndStop("otworz");
play();
}
if("0" < ZDpunkty)
{
tellTarget("/MDL_rej")
{
gotoAndStop("otworz");
play();
}
}
else
{
tellTarget("/MDL_rej")
{
gotoAndStop("otworz2");
play();
}
}
}